|
Server : LiteSpeed System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : idnco5810 ( 1093) PHP Version : 8.2.29 Disable Function : NONE Directory : /usr/share/apport/package-hooks/ |
Upload File : |
'''apport package hook for console-setup
Copyright (C) 2009 Canonical Ltd.
Author: Colin Watson <cjwatson@ubuntu.com>
'''
import apport.hookutils
def add_info(report):
apport.hookutils.attach_file_if_exists(
report, '/etc/default/keyboard', 'Keyboard')
apport.hookutils.attach_file_if_exists(
report, '/etc/default/console-setup', 'ConsoleSetup')